GtkMenuTrackerItem: use "action and target" format
authorRyan Lortie <desrt@desrt.ca>
Wed, 10 Jul 2013 02:48:29 +0000 (22:48 -0400)
committerRyan Lortie <desrt@desrt.ca>
Tue, 15 Oct 2013 13:24:11 +0000 (09:24 -0400)
commit2074daccf5ac06342e66620ef0fef5e76bd03275
tree24a5f9c1ae26dbb7a735147742c6c38642eee6e9
parent3f8c235593ec093d84545462d1d36797bcefdc16
GtkMenuTrackerItem: use "action and target" format

Store "action and target" format inside each GtkMenuTrackerItem.  This
makes action invocation more efficient (no hash table lookups or
allocations) and slightly simplifies handling of action namespace.

More importantly, this will be used when we start to get accels from
GtkActionMuxer.
gtk/gtkmenutrackeritem.c